home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / PD_THEMA / HARDDISK / HD_DIR / HD_DIR.DOC next >
Text File  |  1998-03-14  |  4KB  |  116 lines

  1. This is the documentation file to go with DIR.TTP v1.00.
  2. --------------------------------------------------------
  3.  
  4.     And now, for the utility for your hard disc you've all been waiting
  5. for - a way to find out what's on it. I got so fed up of waiting for
  6. someone else to write one that I did one myself, and here it is. DIR.TTP
  7. is a simple directory utility (in case you hadn't guessed by now) which
  8. is really useful on hard discs. It is also really useful on floppy discs,
  9. but they're normaly less of a problem.
  10.  
  11.     It can be run it with or without parameters. If you specify none,
  12. it'll produce a directory for the current DOS path. If you specify a
  13. different path, it'll produce a directory of that. I told you it was
  14. simple, didn't I? It will list the directory in the form:
  15.  
  16. ----------------------------
  17. Directory for a:\*.*
  18.  
  19. HDX.PRG          38036  00:10:28 am  20 Nov 1985
  20. HDX.RSC           4576  00:10:38 am  20 Nov 1985
  21. README            1896  00:10:42 am  20 Nov 1985
  22. SHIP.PRG          2292  00:10:46 am  20 Nov 1985
  23. WINCAP            1408  00:10:50 am  20 Nov 1985
  24.  
  25. 5 files found
  26.  
  27. Directory for a:\AUTO\*.*
  28.  
  29. AHDI.PRG          3806  00:00:50 am  20 Nov 1985
  30. TIMEDA.PRG        9472  11:48:56 pm  15 Nov 1986
  31.  
  32. 2 files found
  33.  
  34. Total folders    1
  35. Total files      7
  36.  
  37. ----------------------------
  38.  
  39.  
  40. unless you enter '/t' (after path name, if any), in which case it'll
  41. produce something like:
  42.  
  43. ----------------------------
  44. Directory for a:\*.*
  45.  
  46. HDX.PRG       HDX.RSC       README        SHIP.PRG      WINCAP        
  47. 5 files found
  48.  
  49. Directory for a:\AUTO\*.*
  50.  
  51. AHDI.PRG      TIMEDA.PRG
  52. 2 files found
  53.  
  54. Total folders    1
  55. Total files      7
  56.  
  57. ----------------------------
  58.  
  59. It's getting a bit less simple now isn't it? Normaly it puts it's
  60. output onto the VDU, but if you enter something like '>dir_a.lst' after
  61. any new file name, and after any '/t' it will send the output to a
  62. file (in this case, one called 'dir_a.lst'). You can also send it to
  63. the printer with '>PRT:' or to the keyboard with '>KBD:' (is this really
  64. useful?) or wherever. Good init?
  65.  
  66.     One thing I forgot to mention (saving the best bit to last) is that
  67. when it lists a directory, it will also list the CONTENTS of any
  68. sub-directories in it.
  69.  
  70.     Because (I know I'm not supposed to start a sentence with a 'because',
  71. let alone a paragraph, but Atari IS an American company) this is getting
  72. a bit complicated, here are some example parameter lists:
  73.  
  74.     a:\*.*                    - everything on drive a:
  75.  
  76.     c:\*.txt >d:\dir.lst    - all .txt files on drive c:. Output
  77.                               is placed in a file 'dir.lst' on drive
  78.                               d:
  79.  
  80.     c:\megamax\                - all files in the folder MEGAMAX
  81.                               and further down (ie. including
  82.                               '\MEGAMAX\HEADERS\') on c:
  83.  
  84.     \megamax\*.rsc            - all files in the folder MEGAMAX
  85.                               and further down (ie. including
  86.                               '\MEGAMAX\HEADERS\') on current drive
  87.                               ending in '.rsc'
  88.  
  89.     e: /t                    - everyting from current folder on e:
  90.                               and down, in five column mode.
  91.  
  92.     b:\junk\p*.c /t >PRT:    - left as an exercise for the reader.
  93.  
  94.  
  95.     This is only version one of this porgram and may well contain a few
  96. bugs. Please feel free to copy it, but if I hear of anyone selling it
  97. I'll be very cross. I'd like to here your comments or suggestions as to how it may
  98. be improved. If you really find it mega useful, you could even send me
  99. 5 dollers.
  100.  
  101.     I can be reached on Prestel 01 429 3047 or the OSI Lives! BBS
  102. on 01-429 3047 ring-back V21 (+44 1 429 3047 outside UK), or even Telex
  103. 295 141 quoting (yep, you guessed it) 'MBX 014293047' somewhere in the
  104. first line. Snail mail address (for cheques?) is
  105.  
  106.     Frank J Leonhardt
  107.     2 Birchmead Ave.
  108.     PINNER
  109.     Middx HA5 2BG
  110.     ENGLAND.
  111.  
  112. End of file.
  113.  
  114.  
  115.  
  116.